var html/template.fmtStringerType
2 uses
html/template (current package)
content.go#L132: fmtStringerType = reflect.TypeFor[fmt.Stringer]()
content.go#L143: for !v.Type().Implements(fmtStringerType) && !v.Type().Implements(errorType) && v.Kind() == reflect.Pointer && !v.IsNil() {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)